火范文>英语词典>memory access翻译和用法

memory access

英 [ˈmeməri ˈækses]

美 [ˈmeməri ˈækses]

存储访问,内存访问;存取存储器

计算机

英英释义

noun

  • (computer science) the operation of reading or writing stored information
      Synonym:access

    双语例句

    • It results in a tighter coupling between client and server, and also completely ignores things like latency, failure, lack of a shared memory access, etc.
      它导致客户端和服务之间更加紧耦合,并且完全忽略了像延时、失败、缺乏共享的内存访问等东西。
    • This increases the latency of the task's memory access until its data is in the cache of the new CPU.
      这就增加了任务的内存访问延迟,这些时间用来将其数据移入新CPU的内存中。
    • The SPEs access main storage with direct memory access ( DMA) commands that move data and instructions between main storage and a private local memory, called a local store or local storage ( LS).
      SPE用直接内存访问(DMA)命令访问主存储器,可以在主存储器与称为本地库或本地存储(LS)的私有本地内存之间移动数据和指令。
    • NUMA support ( Non-Uniform Memory Access, memory design for multiprocessors) allows virtual machines to efficiently access large amounts of memory.
      NUMA支持(非一致性内存访问,针对多处理器的内存设计)允许虚拟机有效地访问大量内存。
    • With AIX uDAPL, you can incorporate the features provided by the API, including the capability to do remote direct memory access ( RDMA).
      通过使用AIXuDAPL,可以利用API提供的特性,包括远程直接内存访问(RDMA)。
    • The first copy is performed by the DMA engine, which reads file contents from the disk and stores them into a kernel address space buffer.
      直接内存存取(directmemoryaccess,DMA)引擎执行了第一次拷贝(参见图1),它从磁盘中读取文件内容,然后将它们存储到一个内核地址空间缓存区中。
    • Some types of memory access errors ( like using a NULL pointer) cause a program to crash outright.
      有些类型的内存访问错误(比如使用一个NULL指示器)将会导致一个程序完全崩溃。
    • A method and apparatus for high performance volatile disk drive ( VDD) memory access using an integrated direct memory access ( DMA) engine.
      一种方法和装置,用于使用集成直接存储器访问(DMA)引擎进行高性能易失性磁盘驱动器(VDD)存储器访问。
    • We also add the'unsafe'keyword since direct memory access isn't thread safe.
      我们也添加了“不安全”的关键词因为直接内存获取并不安全。
    • The other main type of processor architecture, CISC ( the x86 processor being a popular CISC instruction set), allows for memory access in nearly every instruction.
      另外一种主要的处理器体系结构CISC(x86处理器就是一种流行的CISC指令集)几乎允许在每条指令中进行内存访问。